The dash-length is the length of the <#132#><I>dash</I><#132#> and inter-dot-gap is the gap
between each dot that is used to construct the dash, both in unitlengths.
<P>
By default, a solid looking dash is constructed, but by specifying an
inter-dot-gap in the third argument, different looking dashes may be
constructed. With a large inter-dot-gap (about ;SPMgt;0.4mm), each dash will have
the appearance of a little dotted line. One can create a variety of <#133#><I>dashlines</I><#133#> where each <#134#><I>dash</I><#134#> looks different. Here are a few sample
dashlines:
<P>
<DIV class="CENTER">
<BR>
<tex2html_image_mark>#picture136#
<BR>
</DIV>
<P>
The <#143#><I>stretch</I><#143#> in <tex2html_verb_mark>48<tex2html_verb_mark> is an integer percentage and implies
a certain ``stretch'' for positive values and ``shrink'' for negative
values; it is optional and by default is ``0'' unless the default
itself has been changed (described later). The number ``0'' signifies
that a minimum number of dashes be put such that they are
approximately equally spaced with the empty spaces between them. A
+ve number means increase the number of dashes by <#144#><I>stretch</I><#144#>
percent, and a -ve number means reduce by that percent. By reducing
the number of dashes, the empty space between dashes is stretched
while maintaining the symmetry. The lower limit on <#145#><I>stretch</I><#145#> is
obviously -100 since at less than -100<tex2html_percent_mark> reduction one essentially
gets nothing. On the upper side, the number, theoretically, can be as
large as infinity (barring arithmetic overflows) and the macro does
not check for any upper bound; one should normally not require more
than 100 percent increase (100 <tex2html_verbatim_mark>#math94#⇒ double the number of
dashes) since that would essentially mean a ``solid line'' and it is
more efficient to use the <tex2html_verb_mark>49<tex2html_verb_mark> command for drawing such
lines, as described later.
<P>
The idea behind the <#146#><I>stretch</I><#146#> percentage option is that if several
dashed lines of different lengths are being drawn, then all the dashed lines
with the same -ve or +ve <#147#><I>stretch</I><#147#> will have similar visual
appearance, as might be desired if one were plotting a graph --- one would
like a particular ``curve'' to look the same between all the points on that
curve. Also, it can be used to take any corrective actions, if the appearance
of the default dashline does not meet one's approval.
<P>
The default <#148#><I>stretch</I><#148#> percentage can be changed by a
<tex2html_verb_mark>50<tex2html_verb_mark> on the parameter<BR><tex2html_verb_mark>51<tex2html_verb_mark> any time and it takes effect immediately. The
argument is the integer percentage increase or reduction that will be
applied to all <tex2html_verb_mark>52<tex2html_verb_mark> commands except the ones in which the
percentage is explicitly given using <tex2html_verb_mark>53<tex2html_verb_mark> optional parameter.
For example, all <#149#><I>dashlines</I><#149#> could be reduced by 50 percent by
putting the following line <#150#><I>before</I><#150#> using any <tex2html_verb_mark>54<tex2html_verb_mark>